String2Time
String2Time Parse text for use in the date-time record
#include <Script.h> Script Manager
short String2Time( textPtr, textLen, theCache, lengthUsed, dateTime );
Ptr textPtr ;
long textLen ;
DateCachePtr theCache ;
long *lengthUsed ;
LongDateRec *dateTime ;
The String2Time function expects the time at beginning of text and parses
text for use in the date-time record ( defined by the LongDateRec data
type).For more information see, Macintosh Worldwide Development: Guide to
System Software.
Returns: a short, the String2TimeStatus.